home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / hand_jibe.swf / scripts / DefineButton2_260 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  142b  |  6 lines

  1. on(release){
  2.    _root.mcSoundObj.playSound("click");
  3.    _parent.levelNum = _parent.levelNum + 1;
  4.    _parent.gotoAndPlay("init level");
  5. }
  6.